home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / Mad Math Minute 2.0 / card_3100.txt < prev    next >
Text File  |  1988-02-21  |  3KB  |  129 lines

  1. -- card: 3100 from stack: in.0
  2. -- bmap block id: 3588
  3. -- flags: 0000
  4. -- background id: 2601
  5. -- name: global settings
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=222 top=137 right=156 bottom=305
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 65535
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: MaxNumber
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0002
  25. -- rect: left=222 top=166 right=185 bottom=305
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 65535
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: MaxResult
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 0002
  39. -- rect: left=222 top=199 right=218 bottom=305
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 65535
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: MaxProblems
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 00
  52. -- high flags: 0002
  53. -- rect: left=222 top=230 right=249 bottom=305
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 65535
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: MaxTime
  62.  
  63.  
  64. -- part 5 (button)
  65. -- low flags: 00
  66. -- high flags: A003
  67. -- rect: left=359 top=136 right=196 bottom=452
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 2 / 2
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Erase Scores
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.  
  79.   answer "Are you sure?" with "Yes" or "No"
  80.  
  81.   if it = "Yes" then
  82.     push card
  83.     go card "Finish"
  84.     repeat with l = 1 to the number of lines of card field "record"
  85.       delete line 1 of card field "record"
  86.     end repeat
  87.     pop card
  88.   end if
  89.  
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 6 (button)
  95. -- low flags: 00
  96. -- high flags: 0000
  97. -- rect: left=430 top=286 right=324 bottom=472
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 1012 / 1012
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: return to start
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual effect scroll right
  109.   go to card id 3524
  110. end mouseUp
  111.  
  112.  
  113.  
  114.  
  115. -- part contents for card part 1
  116. ----- text -----
  117. 9
  118.  
  119. -- part contents for card part 2
  120. ----- text -----
  121. 9
  122.  
  123. -- part contents for card part 3
  124. ----- text -----
  125. 30
  126.  
  127. -- part contents for card part 4
  128. ----- text -----
  129. 60